Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerInfo

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerInfo
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerInfo

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerInfo schema contains properties that describe the current configuration of a KMIP based key server.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "servers": [
        {
            "name": "string",
            "address": {
                "hostname": "string",
                "port": 0
            }
        }
    ],
    "username": "string"
}
servers
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

List of KMIP compliant key servers.

This property was added in vSphere API 7.0.0.0.

string
username
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Username for authentication.

This property was added in vSphere API 7.0.0.0.

If missing or null, username will not be set.

Deprecated